sh-disable-tests
authorMatthias Klose <doko@debian.org>
Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 18 Feb 2026 08:14:01 +0000 (09:14 +0100)
Gbp-Pq: Name sh-disable-tests.diff

ld/testsuite/ld-elf/sec64k.exp

index 724346382a1dd88fd9664b83d21d04da92f3942f..043c074c8494bd8fc8b3bf38c748033580a46c73 100644 (file)
@@ -41,6 +41,11 @@ if {[istarget "ft32-*-*"]
     return
 }
 
+# timing out on sh4, see https://bugs.debian.org/1127604
+if [istarget "sh4-*-*"] {
+    return
+}
+
 # Test >64k sections, with and without -r.  First, create the assembly
 # files.  Have a relocation to another section and one within the local
 # section.